[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_Tell() Tell the user a message and wait
Description:
VS_Tell() allows the programmer to display a message in a window and
wait for a keypress.
Syntax:
VS_Tell( n_Palette, n_Seconds, c_Line1, ... c_Line10 )
Pass:
n_Palette is a numeric expression containing the palette color for
this window.
n_Seconds is a numeric expression containing the maximum number of
seconds to wait on the user to press a key.
c_Line1 is a character expression containing the first line of the
message.
c_Line2...c_Line10 are all optional character expressions
representing additional lines of the message
Return:
VS_Tell() always returns NIL
Notes:
Example:
VS_Tell(3,0,"An Error Has Occurred!") // Will wait forever
Usage:
See Also:
VS_Text()
VS_Msg()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson